body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.mobile {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1430px;
}

.header {
  position: absolute;
  z-index: 999999;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-width: 200px;
}

.header .navs ul li {
  position: relative;
  padding: 0 15px;
}

.header .navs ul li a {
  position: relative;
  display: block;
  height: 70px;
  display: flex;
  align-items: center;
  color: #444;
  font-size: 16px;
}

.header .navs>ul>li:hover>a,
.header .navs>ul>li.cur>a {
  color: #007c36;
  border-bottom: 4px solid #007c36;
}

.header .navs ul li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
  display: none;
  width: 100%;
  min-width: 165px;
  overflow: hidden;
  background: rgba(255, 255, 255, .8);
  transition: all .5s;
}

.header .navs ul li:hover .dropdown_menu {
  display: block;
}

.header .navs ul li .dropdown_menu li {
  padding: 0 15px;
}

.header .navs ul li .dropdown_menu li a {
  justify-content: center;
  height: 40px;
  font-size: 16px;
}

.header .navs ul li .dropdown_menu li a:hover {
  color: #007c36;
}

.header .icons ul li {
  margin-left: 30px;
}

.header .icons ul li:first-child {
  margin-left: 0;
}

.header .icons ul li img {
  max-width: 28px;
}

.header .icons ul li span {
  color: #444;
  font-size: 16px;
}

.index_banner .swiper-slide img {
  width: 100%;
  height: 100vh;
}

.index_banner .swiper-pagination {
  bottom: 25px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff;
  width: 14px;
  height: 14px;
  margin: 0 6px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #007c36;
  border-radius: 10px;
}

.swiper-slidebox {
  position: relative;
  height: 100%;
  background-color: #000;
}

.swiper-slidebox .ed-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 1;
}

.swiper-bigbix {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  padding: 10% 0;
}

.sweiper-top {
  position: relative;
  padding-top: 50px;
}

.sweiper-top .swiper-list {
  max-width: 800px;
  display: none;
}

.sweiper-top .swiper-list.active {
  display: block;
}

.sweiper-top h3 {
  font-size: 50px;
  color: #007c36;
  font-weight: bold;
}

.sweiper-top h3 span {
  position: relative;
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 10px;
}

.sweiper-top h3 span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #da0000;
  margin-left: 10px;
}

.sweiper-top .swiper-gy {
  font-size: 16px;
  color: #272727;
  line-height: 2;
  margin-top: 35px;
}

.sweiper-top a {
  position: absolute;
  bottom: 0;
  display: block;
  width: 150px;
  line-height: 42px;
  border: solid 1px #363333;
  text-align: center;
  color: #363333;
  border-radius: 10px;
  font-size: 16px;
}

.sweiper-top a:hover {
  background-color: rgba(0, 124, 54, 1);
  color: #fff;
  border-color: rgba(0, 124, 54, 1);
}

.sweiper-top,
.sweiper-bottbox {
  max-width: 100%;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}

.swiper-right {
  display: flex;
  width: 1100px;
}

.d-active.d-active {
  background-color: rgb(3 128 67);
}

.edlist {
  width: 100%;
  padding: 14px 20px;
  background-color: #002d52;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
  position: relative;
  background-color: rgba(179, 184, 187, 0.77);
  margin-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.edlist:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
}

.edlist a {
  display: flex;
}

.ed-left {
  margin-right: 0px;
}

.ed-left img {
  max-width: 80px;
  display: none;
}

.ed-right h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.ed-right p {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  line-height: 1;
}

.sweiper-bottbox {
  display: flex;
  height: auto;
  /* z-index: 1;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translate(-50%); */
}

.index_main2 .container .title {
  position: relative;
}

.index_main2 .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  padding-top: 10%;
}

.index_main2 .title h3 {
  font-size: 50px;
  font-weight: bold;
}

.index_main2 .title span {
  position: relative;
  font-size: 26px;
  text-transform: uppercase;
  padding-left: 10px;
}

.index_main2 .title span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #da0000;
  margin-left: 10px;
}

#c_static_001-1677035939132 {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  background: #007c36
}

#c_static_001-1677035939132 .saf-cnCate {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

#c_static_001-1677035939132 .saf-cnCate .e_image-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  background: #000
}

#c_static_001-1677035939132 .saf-cnCate .e_image-2.actived {
  opacity: 1;
  visibility: visible
}

#c_static_001-1677035939132 .e_loop-1 {
  width: 100%;
  position: relative;
  z-index: 2
}

#c_static_001-1677035939132 .e_loop-1 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem {
  flex: 1;
  position: relative;
  text-align: center;
  height: 100vh;
  max-height: 1400px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 280px 15px 0;
  transition: all 0.8s
}

@keyframes linemove {
  from {
    top: 0px
  }

  to {
    top: 100%
  }
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(180deg, transparent, #007c36);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  transition: all 0.5s
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: linear-gradient(0deg, transparent, #fff, transparent);
  position: absolute;
  right: -1px;
  top: 40%
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:last-child {
  border: none
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:last-child:after {
  display: none
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:nth-child(1):after {
  animation: linemove 2s infinite alternate linear
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:nth-child(2):after {
  animation: linemove 2.5s infinite alternate linear
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:nth-child(3):after {
  animation: linemove 3s infinite alternate linear
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:nth-child(4):after {
  animation: linemove 3.5s infinite alternate linear
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem:nth-child(5):after {
  animation: linemove 4s infinite alternate linear
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem.actived {
  padding: 180px 15px 0
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem.actived:before {
  width: 100%
}

.saf-make #c_static_001-1677035939132 .e_loop-1 .p_loopitem {
  flex: 1;
  position: relative;
  text-align: center;
  height: auto
}

#c_static_001-1677035939132 .e_loop-1 .p_page {
  text-align: center
}

#c_static_001-1677035939132 .e_loop-1 .p_filter_wrapper {
  width: 100%;
  font-size: 13px
}

#c_static_001-1677035939132 .e_loop-1 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0
}

#c_static_001-1677035939132 .e_loop-1 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px
}

#c_static_001-1677035939132 .e_loop-1 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px
}

#c_static_001-1677035939132 .e_loop-1 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue
}

#c_static_001-1677035939132 .e_loop-1 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px
}

#c_static_001-1677035939132 .e_loop-1 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer
}

#c_static_001-1677035939132 .e_loop-1 .multSelect {
  font-size: 13px;
  position: relative
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white
}

#c_static_001-1677035939132 .e_loop-1 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545
}

#c_static_001-1677035939132 .e_loop-1 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px
}

#c_static_001-1677035939132 .e_loop-1 .multSelect ul,
li {
  list-style: none
}

#c_static_001-1677035939132 .e_loop-1 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .multSelect-option>div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .multSelect-option>div.selected {
  color: #409eff
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .multSelect-option>div:hover {
  color: #409eff;
  background: #f3f6f9
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .inputWrap>.fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px)
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
  transform: rotate(-90deg)
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
  transform: rotate(90deg)
}

#c_static_001-1677035939132 .e_loop-1 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0
}

#c_static_001-1677035939132 .e_loop-1 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px
}

#c_static_001-1677035939132 .e_loop-1 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px
}

#c_static_001-1677035939132 .e_loop-1 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px
}

#c_static_001-1677035939132 .e_loop-1 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px
}

#c_static_001-1677035939132 .e_loop-1 .p_split {
  margin: 0 5px
}

#c_static_001-1677035939132 .e_loop-1 .p_normal {
  margin-right: 16px
}

#c_static_001-1677035939132 .e_loop-1 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409EFF;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden
}

#c_static_001-1677035939132 .e_loop-1 .input-check,
#c_static_001-1677035939132 .e_loop-1 .input-radio {
  margin: 0 5px;
  vertical-align: text-top
}

#c_static_001-1677035939132 .e_loop-1 .position-left {
  display: flex
}

#c_static_001-1677035939132 .e_loop-1 .position-right {
  display: flex;
  flex-direction: row-reverse
}

#c_static_001-1677035939132 .e_loop-1 .position-bottom {
  display: flex;
  flex-direction: column-reverse
}

#c_static_001-1677035939132 .e_loop-1 .p_mbutton {
  border: 1px solid #409EFF;
  text-decoration: none;
  color: #409EFF;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden
}

#c_static_001-1677035939132 .e_loop-1 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1
}

#c_static_001-1677035939132 .e_loop-1 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2
}

#c_static_001-1677035939132 .e_loop-1 .p_active .p_mbutton::before {
  display: block
}

#c_static_001-1677035939132 .e_loop-1 .p_active .p_mbutton::after {
  display: block
}

#c_static_001-1677035939132 .e_loop-1 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px
}

#c_static_001-1677035939132 .e_loop-1 .p_filter_result {
  display: inline-block
}

#c_static_001-1677035939132 .e_loop-1 .p_contclear {
  cursor: pointer
}

#c_static_001-1677035939132 .e_loop-1 .swiper-container {
  padding-bottom: 30px
}

#c_static_001-1677035939132 .e_loop-1 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden
}

#c_static_001-1677035939132 .e_loop-1 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px
}

#c_static_001-1677035939132 .e_loop-1 .p_imgwrapper img {
  width: 100%;
  object-fit: cover
}

#c_static_001-1677035939132 .e_loop-1 .p_active .p_imgwrapper {
  border: 1px solid #409eff
}

#c_static_001-1677035939132 .e_loop-1 .p_filter_result {
  display: none
}

#c_static_001-1677035939132 .e_loop-1 .p_contclear {
  display: none
}

#c_static_001-1677035939132 .e_loop-1 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal
}

#c_static_001-1677035939132 .e_loop-1 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px
}

#c_static_001-1677035939132 .e_image-2 {
  overflow: hidden
}

#c_static_001-1677035939132 .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: all 6s;
  transform: scale(1.1)
}

#c_static_001-1677035939132 .e_image-2.actived img {
  transform: scale(1)
}

#c_static_001-1677035939132 .e_h3-3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  transition: all 0.8s;
  margin: 0;
  position: relative;
  z-index: 6
}

#c_static_001-1677035939132 .e_text-4 {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
  position: relative;
  z-index: 6
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem.actived .e_h3-3 {
  color: #fff
}

#c_static_001-1677035939132 .e_text-5 {
  line-height: normal;
  color: #fff;
  opacity: 0;
  transition: all 0.5s
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem.actived .e_text-5 {
  opacity: 1
}

#c_static_001-1677035939132 .e_richText-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  padding-bottom: 30px
}

#c_static_001-1677035939132 .e_richText-6 img {
  max-width: 138px;
}

#c_static_001-1677035939132 .e_loop-1 .p_loopitem.actived .e_richText-6 svg {
  fill: #fff;
  stroke: transparent
}

.saf-cn-link {
  padding-top: 50px;
}

.saf-cn-link a {
  position: relative;
}

.saf-cn-link img {
  max-width: 44px;
  transform: rotate(180deg);
}

.index_main3 {
  background: #f4f4f4;
  padding: 10% 0;
}

.index_main3 .title {
  display: flex;
  align-items: flex-end;
}

.index_main3 .title h3 {
  color: #3c3c3c;
  font-size: 50px;
  font-weight: bold;
}

.index_main3 .title span {
  position: relative;
  color: #6d6d6d;
  font-size: 26px;
  padding-left: 10px;
}

.index_main3 .title span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #da0000;
  margin-left: 10px;
}

.index_main3 .content {
  position: relative;
  margin-top: 40px;
}

.index_main3 .content .hd {
  position: absolute;
  top: -80px;
  right: 215px;
}

.index_main3 .content .hd ul li {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: bold;
  margin-left: 23px;
  cursor: pointer;
}

.index_main3 .content .hd ul li.on {
  color: #017f40;
}

.index_main3 .content .bd .more a {
  position: absolute;
  top: -74px;
  right: 0;
  display: block;
  width: 150px;
  line-height: 24px;
  text-align: center;
  border: solid 1px #363333;
  border-radius: 10px;
  color: #363333;
  font-size: 14px;
}

.index_main3 .content .bd .more a:hover {
  background-color: rgba(0, 124, 54, 1);
  color: #fff;
  border-color: rgba(0, 124, 54, 1);
}

.index_main3 .content .bd ul {
  display: flex;
}

.index_main3 .content .bd ul .rec {
  width: 50%;
}

.index_main3 .content .bd ul .rec .pic {
  overflow: hidden;
}

.index_main3 .content .bd ul .rec .pic img {
  width: 100%;
  height: 336px;
  transition: all .5s;
}

.index_main3 .content .bd ul .rec:hover .pic img {
  transform: scale(1.1);
}

.index_main3 .content .bd ul .rec .text {
  background: #ffffff;
  padding: 24.5px 20px;
}

.index_main3 .content .bd ul .rec .text .tt {
  color: #3c3c3c;
  font-size: 20px;
  height: 72px;
  overflow: hidden;
  line-height: 36px;
}

.index_main3 .content .bd ul .rec:hover .text .tt {
  font-weight: bold;
}

.index_main3 .content .bd ul .rec .text .date_more {
  display: flex;
  align-items: center;
  padding-top: 30px;
  color: #3c3c3c;
}

.index_main3 .content .bd ul .rec .text .date_more span {
  font-size: 16px;
  padding-left: 10px;
}

.index_main3 .content .bd ul .rec .text .date_more p {
  font-size: 16px;
  margin-left: auto;
}

.index_main3 .content .bd ul .list {
  width: 50%;
  padding-left: 35px;
}

.index_main3 .content .bd ul .list .item {
  height: 104px;
  background: #ffffff;
  padding: 20px 20px;
  margin-bottom: 32px;
}

.index_main3 .content .bd ul .list .item:last-child {
  margin-bottom: 0;
}

.index_main3 .content .bd ul .list .item a {
  display: flex;
}

.index_main3 .content .bd ul .list .item .date {
  color: #4c4c4c;
  padding-right: 15px;
  border-right: 1px solid #7d7d7d;
  text-align: center;
}

.index_main3 .content .bd ul .list .item .date span {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}

.index_main3 .content .bd ul .list .item .date p {
  font-size: 16px;
}

.index_main3 .content .bd ul .list .item .tt {
  color: #4c4c4c;
  padding-left: 20px;
}

.index_main3 .content .bd ul .list .item .tt h4 {
  height: 24px;
  overflow: hidden;
  font-size: 20px;
}

.index_main3 .content .bd ul .list .item .tt p {
  height: 39px;
  overflow: hidden;
  font-size: 16px;
  padding-top: 15px;
}

.index_main3 .content .bd ul li {
  width: calc((100% - 30px) / 4);
  margin-right: 30px;
}

.index_main3 .content .bd ul li:last-child {
  margin-right: 0;
}

.index_main3 .content .bd ul li .pic {
  overflow: hidden;
}

.index_main3 .content .bd ul li .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main3 .content .bd ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main3 .content .bd ul li .text {
  background: #ffffff;
  padding: 20px;
}

.index_main3 .content .bd ul li .text .tt {
  color: #3c3c3c;
  font-size: 18px;
  height: 72px;
  overflow: hidden;
  line-height: 36px;
}

.index_main3 .content .bd ul li:hover .text .tt {
  font-weight: bold;
}

.index_main3 .content .bd ul li .text .date_more {
  display: flex;
  align-items: center;
  padding-top: 20px;
  color: #3c3c3c;
}

.index_main3 .content .bd ul li .text .date_more span {
  font-size: 16px;
  padding-left: 10px;
}

.index_main3 .content .bd ul li .text .date_more p {
  font-size: 16px;
  margin-left: auto;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover #007a35;
  padding-top: 88px;
}

.footer .left {
  width: 40%;
  max-width: 515px;
}

.footer .left .logo img {
  max-width: 225px;
}

.footer .left .infos {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}

.footer .left .infos h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}

.footer .left .infos span {
  font-size: 24px;
}

.footer .left .infos a {
  color: #fff;
}

.footer .left .icon {
  padding-top: 40px;
}

.footer .left .icon ul li {
  margin-right: 30px;
}

.footer .left .icon ul li img {
  height: 30px;
}

.footer .right {
  width: 60%;
  max-width: 800px;
}

.footer .right ul li {
  text-align: center;
}

.footer .right ul li h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer .right ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

/* .footer .right ul li:nth-child(2) a,
.footer .right ul li:nth-child(5) a {
  text-align: left;
} */

.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer .copyright a {
  color: #fff;
}

.fixed_right {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 999;
  border-radius: 5px;
  overflow: hidden;
}

.fixed_right ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3f9b67;
  width: 50px;
  height: 80px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}

.fixed_right ul li:first-child {
  border-top: 0;
}

.fixed_right ul li:last-child {
  cursor: pointer;
}

.fixed_right ul li .icon h4 {
  color: #ffffff;
  font-size: 14px;
  padding-top: 9px;
}

.nypage {
  padding-bottom: 100px;
}

.nypage .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.nypage .content {
  margin-top: 40px;
  font-size: 18px;
  color: #666;
}

.nypage .content img {
  max-width: 100%;
}

.nybanner {
  position: relative;
}

.nybanner img {
  display: block;
  width: 100%;
}

.nybanner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 124, 54, .86);
  width: 306px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.nybanner .title h3 {
  font-size: 30px;
}

.nybanner .title span {
  font-size: 18px;
}

.crumb {
  margin: 35px 0;
}

.crumb .left {
  color: #000000;
  font-size: 18px;
}

.crumb .left .bi {
  color: #007c36;
  font-size: 31px;
  margin-right: 10px;
}

.crumb .left a {
  color: #000000;
  font-size: 16px;
}

.crumb .left span {
  margin: 0 5px;
}

.crumb .left a:last-child {
  color: #007c36;
}

.crumb .right ul li a {
  display: block;
  padding: 10px 25px;
  color: #000000;
  font-size: 16px;
}

.crumb .right ul li a.cur {
  background: #007c36;
  color: #fff;
  border-radius: 30px;
}

.nyright {
  width: calc(100% - 300px);
}

.category_about .title {
  display: flex;
  align-items: flex-end;
}

.category_about .title h3 {
  color: #007c36;
  font-weight: bold;
  font-size: 36px;
}

.category_about .title span {
  text-transform: uppercase;
  display: block;
  color: #474747;
  font-size: 18px;
  line-height: 1.2;
  padding-left: 10px;
}

.category_about .main1 {
  position: relative;
  padding-top: 20px;
}

.category_about .main1 .left {
  width: calc(100% - 400px);
}

.category_about .main1 .left .con {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  padding-top: 30px;
  text-align: justify;
}

.category_about .main1 .right {
  width: 368px;
  height: 709px;
  background: url(../images/category_about_main1_right_bg.jpg) no-repeat center/cover;
  padding-top: 85px;
  padding-left: 75px;
}

.category_about .main2 {
  margin-top: 35px;
}

.category_about .main1 .right .numCount {
  color: #fff;
}

.category_about .main1 .right .numCount ul li {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.category_about .main1 .right .numCount ul li .icon {
  width: 62px;
  margin-right: 20px;
}

.category_about .main1 .right .numCount ul li .icon img {
  width: 100%;
}

.category_about .main1 .right .numCount ul li .item {
  position: relative;
}

.category_about .main1 .right .numCount ul li .item::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 32px;
  height: 2px;
  background: #fff;
}

.category_about .main1 .right .numCount ul li:last-child .item:after {
  display: none;
}

.category_about .main1 .right .numCount ul li .numU {
  display: flex;
}

.category_about .main1 .right .numCount ul li .numCX {
  font-size: 48px;
  line-height: 1;
}

.category_about .main1 .right .numCount ul li .numC {
  font-size: 18px;
  padding-left: 15px;
  margin-top: auto;
}

.category_about .main1 .right .numCount ul li .indc {
  font-size: 18px;
  line-height: 1;
}

.category_about .main2 .content {
  background: url(../images/category_about_main2_bg.jpg) no-repeat top center;
  margin-top: 35px;
  padding-top: 150px;
}

.category_about .main2 .content .container {
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, .14) 0 0 40px 3px;
}

.category_about .main2 .content ul li {
  width: 30%;
  text-align: center;
  padding: 127px 0 100px 0;
}

.category_about .main2 .content ul li .icon {
  width: 81px;
  margin: auto;
}

.category_about .main2 .content ul li .icon img {
  width: 100%;
}

.category_about .main2 .content ul li .text h4 {
  color: #007c36;
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px;
}

.category_about .main2 .content ul li .text p {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}

.category_about .main3 {
  background: url(../images/category_about_main3_bg.png) no-repeat bottom center/cover;
  padding-top: 45px;
}

.category_about .main3 .content {
  position: relative;
}

.category_about .main3 .content .swiper-container {
  padding-top: 80px;
  padding-bottom: 150px;
  margin-left: 68px;
}

.category_about .main3 .content .swiper-container::before {
  content: "";
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}

.category_about .main3 .content .swiper-slide {
  position: relative;
  padding: 0 35px;
  border-left: 1px solid #bfbfbf;
  margin-top: 85px;
}

.category_about .main3 .content .swiper-slide::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 64px;
  width: 29px;
  height: 29px;
  background: url(../images/icon_round.gif) no-repeat center/cover;
}

.category_about .main3 .content .swiper-slide .tt {
  position: relative;
  color: #007c36;
  font-size: 36px;
  font-family: "arial";
}

.category_about .main3 .content .swiper-slide .tt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  width: 2px;
  height: 54px;
  background: #007c36;
}

.category_about .main3 .content .swiper-slide .text {
  height: 90px;
  overflow: hidden;
  margin-top: 35px;
  color: #474747;
  font-size: 18px;
  line-height: 28px;
}

.category_about .main3 .content .main3-button-next,
.category_about .main3 .content .main3-button-prev {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  background: #7d7d7d;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
}

.category_about .main3 .content .main3-button-next {
  left: auto;
  right: 0;
}

.category_about .main3 .content .main3-button-next:hover,
.category_about .main3 .content .main3-button-prev:hover {
  background: #007c36;
}

.category_about .main4 {
  padding-bottom: 170px;
}

.category_about .main4 .container {
  height: 676px;
  background: url(../images/category_about_main4_bg.jpg) no-repeat center right/cover;
  padding-top: 95px;
  padding-left: 75px;
}

.category_about .main4 .content {
  margin-top: 50px;
}

.category_about .main4 .content ul li {
  position: relative;
  color: #474747;
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
  padding-left: 20px;
}

.category_about .main4 .content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #e70101;
}

.nylist {
  padding-bottom: 100px;
}

.subnav {
  width: 242px;
}

.subnav>ul>li {
  margin-top: 2px;
}

.subnav>ul>li:first-child {
  margin-top: 0;
}

.subnav>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  line-height: 62px;
  padding: 0 20px;
  background: #e2e2e2;
  color: #000000;
  font-size: 18px;
}

.subnav>ul>li>a.cur,
.subnav>ul>li>a:hover {
  background: #007c36;
  color: #ffffff;
}

.subnav>ul>li>a.cur>.bi {
  transition: all .5s;
  transform: rotate(180deg);
}

.subnav>ul>li>ul {
  background: #f0faf4;
  margin-top: 2px;
  border-left: 5px solid #03622d;
  padding-left: 10px;
  display: none;
}

.list_product .subnav>ul>li>ul {
  display: none;
}

.subnav>ul>li>ul>.sanji {
  border-top: 1px solid #c9c9c9;
  padding: 8px 0;
}

.subnav>ul>li>ul>.sanji:first-child {
  border-top: 0;
}

.subnav>ul>li>ul>.sanji>a {
  display: flex;
  justify-content: space-between;
  padding: 4.5px 10px;
}

.subnav>ul>li>ul>.sanji>a.cur,
.subnav>ul>li>ul>.sanji>a:hover {
  background: #acdec0;
}

.list_product .subnav>ul>li>ul>.sanji>a.cur,
.list_product .subnav>ul>li>ul>.sanji>a:hover {
  background: #46be7a;
}

.subnav>ul>li>ul>.sanji>a>span {
  color: #000000;
  font-size: 16px;
}

.subnav>ul>li>ul>.sanji>ul {
  display: none;
}

.subnav>ul>li>ul>.sanji>ul>.siji>a {
  display: block;
  padding: 4.5px 22px;
  margin-left: 10px;
  color: #000000;
  font-size: 16px;
}

.subnav>ul>li>ul>.sanji>ul>.siji>a.cur,
.subnav>ul>li>ul>.sanji>ul>.siji>a:hover {
  background: #acdec0;
}

.nylist .right ul li {
  border-bottom: 1px solid #bfbfbf;
  padding: 30px 0;
}

.nylist .right ul li:first-child {
  padding-top: 0;
}

.nylist .right ul li a {
  display: flex;
  justify-content: space-between;
}

.nylist .right ul li .pic {
  width: 30%;
}

.nylist .right ul li .pic img {
  width: 100%;
}

.nylist .right ul li .text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 67%;
}

.nylist .right ul li .tt {
  color: #3c3c3c;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .right ul li .desc {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .right ul li .date_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nylist .right ul li .date {
  display: flex;
  align-items: center;
}

.nylist .right ul li .date i {
  color: #878787;
  font-size: 22px;
  margin-right: 10px;
}

.nylist .right ul li .date span {
  color: #838383;
  font-size: 14px;
}

.nylist .right ul li .more {
  width: 106px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #3c3c3c;
  font-size: 14px;
  background: #e5e5e5;
  border-radius: 30px;
}

.nylist .right ul li:hover .more {
  background: #007c36;
  color: #ffffff;
}

.pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.pages span {
  margin: 0 4px;
}

.pages .p_n2 a,
.pages .p_n1 {
  display: block;
  color: #393939;
  font-size: 18px;
  background: #e5e5e5;
  padding: 6px 15px;
}

.pages .p_n1,
.pages .p_n2 a:hover {
  background: #007c36;
  color: #fff;
}

.nyshow {
  padding-bottom: 80px;
}

.nyshow .right .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.nyshow .right .infos {
  text-align: center;
  color: #999;
  font-size: 14px;
  padding-top: 15px;
}

.nyshow .right .content {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 30px;
}

.nyshow .right .content img {
  max-width: 100%;
}

.list_download {
  padding-bottom: 100px;
}

.list_download .right ul {
  margin-top: -35px;
}

.list_download .right ul li {
  width: calc((100% - 4%) / 5);
  margin-top: 35px;
  margin-right: 1%;
}

.list_download .right ul li:nth-child(5n) {
  margin-right: 0;
}

.list_download .right ul li .pic {
  position: relative;
  margin: 0 10px;
  box-shadow: rgba(0, 0, 0, .31) 0 0 8px;
}

.list_download .right ul li .pic img {
  width: 100%;
}

.list_download .right ul li .preview {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 16px;
}

.list_download .right ul li .pic:hover .preview {
  display: flex;
}

.list_download .right ul li .tt a {
  display: block;
  background: #007c36;
  padding: 11.5px 10px;
  color: #fff;
}

.list_download .right ul li .tt h4 {
  height: 20px;
  overflow: hidden;
  font-size: 16px;
}

.list_download .right ul li .tt p {
  text-align: right;
}

.list_download .right ul li .tt p span {
  padding-right: 5px;
  font-size: 14px;
}

.list_download .right ul li .tt p i {
  font-size: 14px;
}

.showMorehandle {
  width: 227px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #007c36;
  border-radius: 10px;
  margin: 70px auto 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
}

.list_product {
  padding-bottom: 80px;
}

.search {
  margin-top: 15px;
}

.search span {
  width: 90px;
  flex-shrink: 0;
  color: #333333;
  font-size: 16px;
}

.search form {
  width: calc(100% - 90px);
}

.search select {
  width: 100%;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  color: #333333;
  font-size: 16px;
  margin-right: 15px;
  padding: 5px 10px;
}

.search .boxCss {
  flex-shrink: 0;
  background: url(../images/icon_search.png) no-repeat 15px center #e4e4e4;
  padding-left: 50px;
  border: 0;
  border-radius: 30px;
  width: 220px;
  height: 39px;
  line-height: 39px;
  color: #929292;
  font-size: 16px;
  margin-right: 15px;
}

.search .btnCss {
  flex-shrink: 0;
  width: 67px;
  height: 39px;
  line-height: 39px;
  background: #007c36;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}

.list_product .right .content {
  margin-top: 20px;
}

.list_product .right .content ul li {
  position: relative;
  overflow: hidden;
  width: calc((100% - 4%) / 3);
  margin-top: 22px;
  margin-right: 2%;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  overflow: hidden;
}

.list_product .right .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_product_skdj .right .content ul li {
  width: calc((100% - 6%) / 4);
}

.list_product_skdj .right .content ul li:nth-child(3n) {
  margin-right: 2%;
}

.list_product_skdj .right .content ul li:nth-child(4n) {
  margin-right: 0;
}

.list_product .right .content ul li .pic {
  width: 100%;
}

.list_product .right .content ul li .pic img {
  width: 100%;
}

.list_product .right .content ul li .tt {
  color: #3e3e3e;
  font-size: 16px;
  padding: 18px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_product .right .content ul li:hover .tt {
  background: #007c36;
  color: #fff;
}

.list_product .right .content ul li .menu {
  display: none;
  flex-direction: column;
}

.list_product .right .content ul li:hover .menu {
  display: flex;
}

.list_product .right .content ul li .menu a {
  padding: 4.5px 31px;
  background: #f0faf4;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #000000;
  font-size: 16px;
}

.list_product .right .content ul li .menu a:hover {
  background: #acdec0;
}

.category_investor {
  padding-bottom: 100px;
}

.category_investor .main1 .item {
  width: 58%;
}

.category_investor .main1 .item ul li {
  width: 49%;
}

.category_investor .main1 .item ul li img {
  width: 100%;
}

.category_investor .main1 .right {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.category_investor .main1 .right .tt {
  background-color: #EFEFEF;
  padding: 0px 18px;
  color: #3d6464;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
}

.category_investor .main2 {
  margin-top: 60px;
  background: #eeeeee;
}

.category_investor .main2 .text {
  width: 50%;
  padding: 45px;
  color: #3c3c3c;
}

.category_investor .main2 .text h3 {
  font-size: 30px;
  font-weight: bold;
}

.category_investor .main2 .text h4 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 50px;
}

.category_investor .main2 .text p {
  font-size: 18px;
  line-height: 2.5;
  padding-top: 20px;
}

.category_investor .main2 .pic {
  width: 50%;
}

.category_investor .main2 .pic img {
  width: 100%;
}

.list_query {
  padding-bottom: 100px;
}

.list_query .right ul li a {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #bfbfbf;
}

.list_query .right ul li .icon {
  margin-right: 15px;
}

.list_query .right ul li .tt {
  color: #3c3c3c;
  font-size: 18px;
}

.list_query .right ul li .date {
  color: #838383;
  font-size: 18px;
  margin-left: auto;
}

.list_query .right ul li .date i {
  margin-right: 5px;
}

.list_field {
  padding-bottom: 100px;
}

.page_check {
  max-width: 1400px;
  margin: 0px auto;
  text-align: center;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #EEEEEE;
  padding-bottom: 70px;
  background-size: 100% 100%;
}

.page_check_t {
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 70px 90px;
}

.page_check_s {
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px 100px 36px 100px;
}

.snclass {
  float: left;
  width: 82%;
  line-height: 80px;
  background-color: #fff;
  border: none;
  text-indent: 20px;
  font-size: 18px;
}

.button1 {
  float: left;
  width: 18%;
  background-color: #007C36;
  line-height: 80px;
  color: #fff;
  font-size: 22px;
  border: none;
}

.page_check_sg1 {
  display: none;
  width: 82%;
  margin: 0px auto;
  text-align: center;
}

.page_check_sg2 {
  display: none;
  width: 82%;
  margin: 0px auto;
  text-align: center;
  background-color: #fff;
  min-height: 240px;
}

.page_check_sg21 {
  display: none;
  overflow: hidden;
  margin: 0px auto;
  font-size: 24px;
  color: #007c36;
  font-weight: bold;
  line-height: 38px;
  padding: 30px 0px 10px 0px;
}

.page_check_sg22 {
  display: block;
  overflow: hidden;
  margin: 0px auto;
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 6px;
}

.page_check_sg23 {
  display: none;
  overflow: hidden;
  margin: 0px auto;
  font-size: 18px;
  color: #404040;
  padding-top: 10px;
}

.page_check_sg24 {
  display: none;
  font-size: 16px;
}

.page_check_sg25 {
  display: none;
  padding-top: 80px;
}

.list_recruit {
  padding-bottom: 100px;
}

.list_recruit .right ul {
  margin-top: -20px;
}

.list_recruit .right ul li {
  margin-top: 20px;
  border-radius: 10px;
}

.list_recruit .right ul li a {
  display: block;
  padding: 20px;
}

.list_recruit .right ul li .tt {
  color: #1d1d1d;
  font-size: 22px;
}

.list_recruit .right ul li .wages_address {
  color: #656565;
  font-size: 18px;
  margin: 10px 0;
}

.list_recruit .right ul li .label_more .label {
  color: #656565;
  font-size: 14px;
}

.list_recruit .right ul li .label_more .label span {
  background: #d4e9dd;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 5px;
}

.list_recruit .right ul li .label_more .label span:last-child {
  margin-right: 0;
}

.list_recruit .right ul li .label_more .more {
  border: solid 1px #7d7d7d;
  border-radius: 10px;
  padding: 0 37px;
  color: #333333;
  font-size: 14px;
}

.list_recruit .right ul li:hover {
  box-shadow: rgba(0, 0, 0, .07) 0 0 21px 6px;
}

.list_recruit .right ul li:hover .more {
  border-color: #007c36;
  background: #007c36;
  color: #fff;
}

.show_recruit {
  padding-bottom: 100px;
}

.show_recruit .right .title {
  color: #1d1d1d;
  font-size: 22px;
}

.show_recruit .right .con {
  margin-top: 5px;
  color: #656565;
  font-size: 18px;
  line-height: 2;
}

.show_recruit .right .title2 {
  position: relative;
  color: #656565;
  font-size: 18px;
  line-height: 1;
  padding-left: 12px;
  margin-top: 40px;
}

.show_recruit .right .title2::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 5px;
  height: 18px;
  background: #007c36;
}

.show_recruit .right .deliver {
  width: 191px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #007c36;
  border-radius: 5px;
  margin-top: 60px;
}

.show_recruit .right .deliver a {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.category_advantages .main1 .title img {
  max-width: 100%;
}

.category_advantages .main1 .content {
  margin-top: 60px;
}

.category_advantages .main1 .content ul {
  margin-top: -15px;
}

.category_advantages .main1 .content ul li {
  width: calc(33.33% - 10px);
  margin-top: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.category_advantages .main1 .content ul li:nth-child(3n) {
  margin-right: 0;
}

.category_advantages .main1 .content ul li img {
  width: 100%;
  transition: all .5s;
}

.category_advantages .main1 .content ul li:hover img {
  transform: scale(1.1);
}

.category_advantages .main2 {
  margin-top: 60px;
}

.category_advantages .main2 .title {
  text-align: center;
}

.category_advantages .main2 .title h3 {
  color: #007c36;
  font-size: 36px;
}

.category_advantages .main2 .title span {
  display: block;
  width: 60px;
  height: 5px;
  background: #007c36;
  margin: 20px auto 0;
}

.category_advantages .main2 .content {
  margin-top: 30px;
  background: url(../images/category_advantages_main2_bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}

.category_advantages .main2 .content .swiper-slide .pic {
  overflow: hidden;
}

.category_advantages .main2 .content .swiper-slide .pic img {
  width: 100%;
  opacity: .7;
  transition: all .5s;
}

.category_advantages .main2 .content .swiper-slide.swiper-slide-active .pic {
  opacity: 1;
}

.category_advantages .main2 .content .swiper-slide .tt {
  color: #333333;
  font-size: 24px;
  text-align: center;
  padding-top: 50px;
  display: none;
}

.category_advantages .main2 .content .swiper-slide.swiper-slide-active .tt {
  display: block;
}

.category_advantages .button-next,
.category_advantages .button-prev {
  position: absolute;
  top: 30%;
  left: 60px;
  z-index: 1;
  background: rgba(255, 255, 255, .8);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #666;
  font-size: 20px;
}

.category_advantages .button-next {
  left: auto;
  right: 60px;
}

.category_advantages .button-next:hover,
.category_advantages .button-prev:hover {
  background: rgba(0, 124, 54, .8);
  color: #fff;
}

.category_advantages .main3 {
  margin: 60px 0;
}

.category_advantages .main3 .swiper-slide {
  position: relative;
  padding-top: 18px;
}

.category_advantages .main3 .swiper-slide .bg img {
  width: 100%;
}

.category_advantages .main3 .swiper-slide .con {
  position: absolute;
  top: 0;
  right: 30px;
  background: url(../images/category_advantages_main3_text_bg.png) no-repeat top/cover;
  width: 570px;
  height: 90%;
  padding: 60px 45px 60px 60px;
}

.category_advantages .main3 .swiper-slide .con .tt {
  color: #ffffff;
  font-size: 24px;
}

.category_advantages .main3 .swiper-slide .con .text {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}

.category_advantages .main3 .swiper-slide .con .text ul li {
  list-style: disc;
}

.category_advantages .main3 .button-next,
.category_advantages .main3 .button-prev {
  top: auto;
  bottom: 50px;
  left: 35px;
}

.category_advantages .main3 .button-next {
  right: auto;
  left: 90px;
}

.page_deliver {
  padding-bottom: 100px;
}

.page_deliver .right {
  padding-right: 7%;
}

.page_deliver .right .title {
  color: #1d1d1d;
  font-size: 22px;
}

.page_deliver .right h4 {
  color: #656565;
  font-size: 18px;
  line-height: 50px;
}

.page_deliver .right .box li {
  width: 48%;
}

.page_deliver .right .input-text {
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: solid 1px #d2d2d2;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
}

.page_deliver .right textarea {
  display: block;
  width: 100%;
  height: 144px;
  resize: none;
  border: solid 1px #d2d2d2;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
}

.page_deliver .right #dosubmit {
  width: 191px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #007c36;
  color: #ffffff;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
  margin-top: 70px;
}

.show_skdj {
  padding-bottom: 80px;
}

.show_skdj .main1 {
  margin-top: 50px;
}

.show_skdj .main1 .l {
  width: 40%;
  border: solid 5px #f0f0f0;
  --swiper-navigation-color: #007c36;
}

.show_skdj .main1 .l img {
  max-width: 100%;
}

.show_skdj .main1 .l .swiper-container .swiper-slide img {
  width: 100%;
}

.show_skdj .main1 .r {
  width: 47%;
}

.show_skdj .main1 .r .title {
  color: #333333;
  font-size: 30px;
  line-height: 68px;
}

.show_skdj .main1 .r .desc {
  color: #333333;
  font-size: 18px;
  line-height: 2;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}

.show_skdj .main2 {
  margin-top: 30px;
}

.show_skdj .main3 {
  margin-top: 50px;
  color: #3e3e3e;
  font-size: 18px;
}

.show_skdj .main3 .con {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 40px;
  margin-top: 40px;
}

.show_skdj .main3 .con p {
  color: #3e3e3e;
  font-size: 18px;
}

.show_skdj .main3 .con table {
  width: 100% !important;
}

.show_skdj .main3 .con table tr,
.show_skdj .main3 .con table td {
  border: solid 1px #bfbfbf
}

.show_skdj .main3 .con table .d8d8d8 {
  background: #d8d8d8;
}

.show_skdj .main3 .con table .f0faf4 {
  background: #f0faf4;
}

.show_skdj .main3 img {
  max-width: 100%;
}

.show_skdj .ckdzhc {
  margin-top: 30px;
}

.show_skdj .ckdzhc a {
  display: block;
  border-radius: 10px;
  width: 209px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #007c36;
  color: #ffffff;
  font-size: 18px;
}

.show_skdj .main4 {
  margin-top: 50px;
}

.show_skdj .title {
  position: relative;
  background: #f0f0f0;
  height: 68px;
  line-height: 68px;
  padding-left: 25px;
  font-size: 18px;
  color: #333333;
}

.show_skdj .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 4px;
  height: 38px;
  background: #007c36;
}

.show_skdj .main4 .swiper-container {
  margin-top: 10px;
  --swiper-navigation-color: #007c36;
}

.show_skdj .main4 .swiper-container .swiper-slide .pic img {
  max-width: 100%;
}

.show_skdj .main4 .swiper-container .swiper-slide h4 {
  overflow: hidden;
  text-align: center;
  padding: 15px;
  color: #333;
  font-size: 16px;
}

.show_skdj .main4 .swiper-container .swiper-slide:hover h4 {
  background: #007c36;
  color: #fff;
}

.list_atlas {
  padding-bottom: 80px;
}

.list_atlas ul {
  margin-top: -1.33%;
}

.list_atlas ul li {
  position: relative;
  width: 24%;
  margin-top: 1.33%;
  margin-right: 1.33%;
}

.list_atlas ul li:nth-child(4n) {
  margin-right: 0;
}

.list_atlas ul li .pic img {
  width: 100%;
}

.list_atlas ul li .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
}

.page_contact {
  padding-bottom: 100px;
}

.page_contact .right {
  background: #eeeeee;
  padding: 40px;
}

.page_contact .right .l {
  width: 45%;
}

.page_contact .right .l .title {
  color: #3c3c3c;
  font-size: 30px;
  font-weight: bold;
}

.page_contact .right .l .text {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 45px;
}

.page_contact .right .l .text span {
  font-size: 24px;
}

.page_contact .right .r {
  width: 45%;
}

.page_contact .right .r img {
  width: 100%;
}

.page_contact .right .r ul {
  margin-top: 15px;
}

.page_contact .right .r ul li {
  width: 23%;
  text-align: center;
}

.page_contact .right .r ul li p {
  color: #3c3c3c;
  font-size: 12px;
  padding-top: 5px;
}

@media screen and (max-width: 1300px) {
  .header .navs ul li {
    padding: 0 10px;
  }

  .header .navs ul li a {
    font-size: 12px;
  }

  .header .navs ul li .dropdown_menu li a {
    font-size: 12px;
  }

  .header .icons ul li {
    margin-left: 20px;
  }

  .header .icons ul li span {
    font-size: 12px;
  }

  #c_static_001-1677035939132 .e_h3-3 {
    font-size: 18px;
  }

  .footer .left .infos h3 {
    font-size: 18px;
  }

  .footer .left .infos {
    font-size: 12px;
  }

  .footer .left .icon ul li img {
    height: 20px;
  }

  .footer .right ul li h4 {
    font-size: 16px;
  }

  .footer .right ul li a {
    font-size: 12px;
  }

  .footer .copyright {
    font-size: 12px;
  }

  .crumb .left .bi {
    font-size: 20px;
  }

  .crumb .left a {
    font-size: 12px;
  }

  .crumb .right ul li a {
    font-size: 12px;
  }

  .category_investor .main1 {
    flex-wrap: wrap;
  }

  .category_investor .main1 .item {
    width: 100%;
  }

  .category_investor .main1 .right {
    width: 100%;
    height: 400px;
    margin-top: 15px;
  }

  .category_investor .main2 .text h4 {
    font-size: 20px;
    padding-top: 30px;
  }

  .category_investor .main2 .text p {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 15px;
  }

  .page_contact .right {
    flex-wrap: wrap;
  }

  .page_contact .right .l {
    width: 100%;
  }

  .page_contact .right .r {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.5rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 6rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .language {
    margin-left: auto;
    margin-right: 1rem;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu i {
    font-size: 1.5rem;
    color: #007c36;
  }

  .side-box {
    position: fixed;
    top: 0rem;
    width: 7.5rem;
    right: -7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 .025rem 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #007c36;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: .075rem;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .5rem .75rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 .375rem 0 .025rem;
    line-height: 1.75rem;
    font-size: .55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .7rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: .75rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: .15rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: .3rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 99.975rem;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 1.9rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: .5rem;
    height: .1rem;
    margin-left: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: .1rem;
    height: .5rem;
    margin-top: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: .025rem 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 .025rem 0;
    list-style: none;
    padding: 0;
    border-bottom: solid .025rem #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: .25rem .75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #007c36;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: .025rem 0 0 0;
    margin: 0 .75rem;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: .025rem;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: .025rem solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -0.025rem;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: .7rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: .1rem .1rem 0 .1rem;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .sweiper-bottbox {
    position: absolute;
    left: 2.5%;
    bottom: 300px;
    z-index: 1;
    width: 100%
  }

  .sweiper-top,
  .sweiper-bottbox {
    max-width: 95%;
    padding: 0;
  }

  .sweiper-top h3 {
    font-size: .75rem
  }

  .sweiper-top h3 span {
    font-size: .65rem;
    display: block;
    padding-left: 0;
  }

  .sweiper-top .swiper-gy {
    font-size: .5rem;
    margin-top: 20px
  }

  .sweiper-top a {
    margin-top: 45px;
    font-size: .5rem;
  }

  .edlist {
    padding: 10px 20px;
    margin-top: 10px;
    margin-right: 0;
  }

  .edlist .ed-right h3 {
    font-size: .6rem;
  }

  .swiper-bigbix {
    padding: 45px 0
  }

  .swiper-slidebox {
    height: 736px
  }

  .swiper-right {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0 auto
  }

  .index_main2 .title {
    max-width: 95%;
    margin: auto;
    flex-direction: column;
    align-items: flex-start;
    position: static;
    transform: none;
    padding: 10px 0;
  }

  .index_main2 .title h3 {
    font-size: .75rem;
  }

  .index_main2 .title span {
    padding-left: 0;
    font-size: .65rem;
  }

  #c_static_001-1677035939132 {
    padding: 0
  }

  #c_static_001-1677035939132 .e_loop-1 .p_loopitem {
    height: auto;
    flex: 0 0 100%;
    padding: 0;
    border: none
  }

  #c_static_001-1677035939132 .e_loop-1 .p_loopitem:before {
    display: none
  }

  #c_static_001-1677035939132 .e_loop-1 .p_loopitem:after {
    display: none
  }

  #c_static_001-1677035939132 .e_loop-1 .p_loopitem.actived {
    padding: 0
  }

  #c_static_001-1677035939132 .e_loop-1 .p_loopitem.actived:before {
    display: none
  }

  #c_static_001-1677035939132 .e_image-2 img {
    opacity: 1;
    transform: scale(1)
  }

  #c_static_001-1677035939132 .e_text-5 {
    opacity: 1;
    zoom: 0.8
  }

  #c_static_001-1677035939132 .e_loop-1 .p_loopitem .e_richText-6 {
    padding-bottom: 15px;
    padding-top: 50px
  }

  #c_static_001-1677035939132 .e_loop-1 .p_loopitem .e_richText-6 img {
    width: auto;
    height: 50px
  }

  #c_static_001-1677035939132 .e_h3-3 {
    font-size: .6rem;
    margin-top: .5rem;
  }

  #c_static_001-1677035939132 .e_text-4 {
    padding-top: 10px;
    font-size: .5rem;
  }

  #c_static_001-1677035939132 .e_text-5 {
    padding-top: 20px;
    padding-bottom: 50px
  }

  .saf-cn-link {
    --lw: 50px;
    --lh: 60px;
    --lt: #fff;
    --lsvg: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 50px
  }

  .saf-cn-link.black {
    --lt: #666;
    --lsvg: #fff;
    justify-content: flex-start
  }

  .saf-cn-link a {
    display: flex;
    position: relative;
    align-items: center
  }

  .saf-cn-link span {
    display: block;
    width: var(--lw);
    height: var(--lh);
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.5s
  }

  .saf-cn-link span:before {
    content: "";
    margin-left: 5px;
    display: block;
    width: var(--lh);
    height: var(--lh);
    background: var(--c);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.2);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s
  }

  .saf-cn-link span svg {
    width: auto;
    height: 20px;
    fill: var(--lt);
    position: absolute;
    margin-left: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .saf-cn-link span:after {
    content: "";
    display: block;
    width: var(--lh);
    height: var(--lh);
    border: 1px var(--lt) dashed;
    border-radius: 50%;
    transition: all 0.5s
  }

  .saf-cn-link:hover span {
    overflow: visible;
    margin-right: 30px
  }

  .saf-cn-link:hover span:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }

  .saf-cn-link:hover span:after {
    border: none
  }

  .saf-cn-link:hover span svg {
    fill: var(--lsvg)
  }

  .index_banner .swiper-slide img {
    height: 8rem;
  }

  .index_banner .swiper-pagination {
    bottom: .5rem;
  }

  .index_banner .swiper-pagination .swiper-pagination-bullet {
    width: .35rem;
    height: .35rem;
    margin: 0 .15rem;
  }

  .index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem;
    border-radius: .25rem;
  }

  .index_main3 {
    padding: .5rem 0;
  }

  .index_main3 .title {
    flex-direction: column;
    align-items: flex-start;
  }

  .index_main3 .title h3 {
    font-size: .75rem;
  }

  .index_main3 .title span {
    font-size: .65rem;
    padding-left: 0;
  }

  .index_main3 .content {
    margin-top: 1rem;
  }

  .index_main3 .content .hd {
    position: initial;
  }

  .index_main3 .content .hd>ul {
    justify-content: space-around;
  }

  .index_main3 .content .hd ul li {
    font-size: .6rem;
    margin-left: 0;
  }

  .index_main3 .content .bd ul {
    flex-wrap: wrap;
  }

  .index_main3 .content .bd ul .rec {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main3 .content .bd ul .rec .pic img {
    height: 8rem;
  }

  .index_main3 .content .bd ul .rec .text {
    padding: .5rem;
  }

  .index_main3 .content .bd ul .rec .text .tt {
    font-size: .6rem;
    height: 1.8rem;
    line-height: .9rem;
  }

  .index_main3 .content .bd ul .rec .text .date_more {
    padding-top: .5rem;
  }

  .index_main3 .content .bd ul .rec .text .date_more span {
    font-size: .5rem;
    padding-left: .25rem;
  }

  .index_main3 .content .bd ul .rec .text .date_more p {
    font-size: .5rem;
  }

  .index_main3 .content .bd ul .list {
    width: 100%;
    margin-top: .5rem;
    padding-left: 0;
  }

  .index_main3 .content .bd ul .list .item {
    height: 2.6rem;
    padding: .5rem;
    margin-bottom: .5rem;
  }

  .index_main3 .content .bd ul .list .item .date {
    padding-right: .375rem;
  }

  .index_main3 .content .bd ul .list .item .date span {
    font-size: .9rem;
  }

  .index_main3 .content .bd ul .list .item .date p {
    font-size: .4rem;
  }

  .index_main3 .content .bd ul .list .item .tt {
    padding-left: .5rem;
  }

  .index_main3 .content .bd ul .list .item .tt h4 {
    height: .7rem;
    font-size: .6rem;
  }

  .index_main3 .content .bd ul .list .item .tt p {
    height: 1rem;
    font-size: .5rem;
    padding-top: .25rem;
  }

  .index_main3 .content .bd ul li {
    width: calc((100% - .75rem) / 2);
    margin-top: .5rem;
    margin-right: .75rem;
  }

  .index_main3 .content .bd ul li:nth-child(3) {
    margin-right: 0;
  }

  .index_main3 .content .bd ul li .text {
    padding: .5rem;
  }

  .index_main3 .content .bd ul li .text .tt {
    font-size: .6rem;
    height: 1.8rem;
    line-height: 1.5;
  }

  .index_main3 .content .bd ul li .text .date_more {
    padding-top: .5rem;
  }

  .index_main3 .content .bd ul li .text .date_more span {
    font-size: .5rem;
    padding-left: .25rem;
  }

  .index_main3 .content .bd ul li .text .date_more p {
    font-size: .5rem;
  }

  .footer {
    padding-top: 1.5rem;
  }

  .footer .left {
    width: 100%;
    min-width: 100%;
  }

  .footer .left .infos {
    font-size: .5rem;
  }

  .footer .left .infos h3 {
    font-size: .6rem;
    padding-bottom: .5rem;
  }

  .footer .left .icon {
    padding-top: .5rem;
  }

  .footer .left .icon ul li {
    margin-right: .5rem;
  }

  .footer .left .icon ul li img {
    height: .75rem;
  }

  .footer .right {
    display: none;
  }

  .footer .copyright {
    font-size: .4rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .crumb {
    margin: .5rem 0;
  }

  .nybanner .title {
    display: none;
  }

  .crumb .left {
    display: none !important;
  }

  .crumb .right {
    overflow-y: scroll;
  }

  .crumb .right ul li {
    flex-shrink: 0;
  }

  .crumb .right ul li a {
    padding: .25rem .5rem;
    font-size: .5rem;
  }

  .crumb .right ul li a.cur {
    border-radius: .75rem;
  }

  .category_about .main1 {
    padding-top: .5rem;
  }

  .category_about .main1>.d-flex {
    flex-wrap: wrap;
  }

  .category_about .main1 .left {
    width: 100%;
  }

  .category_about .main1 .right {
    width: 100%;
    height: 14rem;
    margin-top: 1rem;
    padding-top: 2.125rem;
    padding-left: 1.875rem;
  }

  .category_about .main1 .right .numCount ul li {
    margin-bottom: 2rem;
  }

  .category_about .main1 .right .numCount ul li .icon {
    width: 1.55rem;
    margin-right: .5rem;
  }

  .category_about .main1 .right .numCount ul li .indc {
    font-size: .5rem;
  }

  .category_about .main1 .right .numCount ul li .numCX {
    font-size: 1.2rem;
  }

  .category_about .main1 .right .numCount ul li .numC {
    font-size: .5rem;
    padding-left: .375rem;
  }

  .category_about .main1 .right .numCount ul li .item::after {
    bottom: -.85rem;
    width: .8rem;
  }

  .category_about .title h3 {
    font-size: .75rem;
  }

  .category_about .title span {
    font-size: .5rem;
    padding-left: .25rem;
    padding-bottom: .07rem;
  }

  .category_about .main1 .left .con {
    font-size: .5rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .category_about .main2 {
    margin-top: 1rem;
  }

  .category_about .main2 .content {
    margin-top: .5rem;
    padding-top: 2rem;
  }

  .category_about .main2 .content ul {
    flex-wrap: wrap;
  }

  .category_about .main2 .content ul li {
    width: 100%;
    padding: 1rem 0;
  }

  .category_about .main2 .content ul li .icon {
    width: 2.025rem;
  }

  .category_about .main2 .content ul li .text h4 {
    font-size: .6rem;
    padding-top: .5rem;
  }

  .category_about .main2 .content ul li .text p {
    font-size: .5rem;
    line-height: .75rem;
    padding-top: .5rem;
  }

  .category_about .main3 {
    padding-top: 1.5rem;
  }

  .category_about .main3 .content .swiper-container {
    padding-top: .5rem;
    padding-bottom: 1rem;
    margin-left: 0;
  }

  .category_about .main3 .content .swiper-container::before {
    top: 1.5rem;
  }

  .category_about .main3 .content .swiper-slide {
    padding: 0 .5rem;
    margin-top: 2rem;
  }

  .category_about .main3 .content .swiper-slide::before {
    top: -1.35rem;
    left: 1.6rem;
    width: .725rem;
    height: .725rem;
  }

  .category_about .main3 .content .swiper-slide .tt {
    font-size: .6rem;
  }

  .category_about .main3 .content .swiper-slide .tt::before {
    left: -.5rem;
    height: 1.35rem;
  }

  .category_about .main3 .content .swiper-slide .text {
    height: 2.25rem;
    margin-top: .5rem;
    font-size: .5rem;
    line-height: .7rem;
  }

  .category_about .main3 .content .main3-button-next,
  .category_about .main3 .content .main3-button-prev {
    top: .75rem;
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: .7rem;
  }

  .category_about .main4 {
    padding-bottom: 1.5rem;
  }

  .category_about .main4 .container {
    height: 14rem;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .category_about .main4 .content {
    margin-top: 1rem;
  }

  .category_about .main4 .content ul li {
    font-size: .5rem;
    margin-top: .5rem;
    padding-left: .5rem;
  }

  .list_recruit {
    padding-bottom: 1.5rem;
  }

  .container {
    flex-wrap: wrap;
  }

  .subnav {
    width: 100%;
    overflow-x: scroll;
  }

  .subnav ul {
    display: flex;
  }

  .subnav ul li {
    flex-shrink: 0;
    margin-top: 0;
  }

  .subnav>ul>li>a {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 .5rem;
    font-size: .6rem;
  }

  .nyright {
    width: 100%;
    margin-top: 1rem;
  }

  .list_recruit .right ul {
    margin-top: -.5rem;
  }

  .list_recruit .right ul li {
    margin-top: .5rem;
    border-radius: .25rem;
  }

  .list_recruit .right ul li a {
    padding: .5rem;
  }

  .list_recruit .right ul li .tt {
    font-size: .6rem;
  }

  .list_recruit .right ul li .wages_address {
    flex-wrap: wrap;
    font-size: .5rem;
    margin: .25rem 0;
  }

  .list_recruit .right ul li .label_more .label {
    font-size: .45rem;
  }

  .list_recruit .right ul li .label_more .label span {
    padding: .05rem .25rem;
    border-radius: .125rem;
    margin-right: .125rem;
  }

  .list_recruit .right ul li .label_more .more {
    display: none;
  }

  .category_advantages .main1 .content {
    margin-top: 1.5rem;
  }

  .category_advantages .main1 .content ul {
    margin-top: -.325rem;
  }

  .category_advantages .main1 .content ul li {
    width: 49%;
    margin-top: .375rem;
    margin-right: 2%;
  }

  .category_advantages .main1 .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .category_advantages .main1 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_advantages .main2 {
    margin-top: 1.5rem;
  }

  .category_advantages .main2 .title h3 {
    font-size: .75rem;
  }

  .category_advantages .main2 .title span {
    width: 1.5rem;
    height: .125rem;
    margin: .5rem auto 0;
  }

  .category_advantages .main2 .content {
    margin-top: .75rem;
    padding: 1.5rem 0;
  }

  .category_advantages .main2 .content .swiper-slide .tt {
    font-size: .65rem;
    padding-top: .5rem;
  }


  .category_advantages .button-next,
  .category_advantages .button-prev {
    top: 30%;
    left: 1.5rem;
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    font-size: .5rem;
  }

  .category_advantages .button-next {
    left: auto;
    right: 1.5rem;
  }

  .category_advantages .main3 {
    margin: 1.5rem 0;
  }

  .category_advantages .main3 .swiper-slide {
    padding-top: .35rem;
  }

  .category_advantages .main3 .swiper-slide .con {
    top: 0;
    right: .25rem;
    width: 70%;
    height: 76%;
    padding: 1rem .5rem 0 1.5rem;
  }

  .category_advantages .main3 .swiper-slide .bg img {
    height: 13rem;
  }

  .category_advantages .main3 .swiper-slide .con .tt {
    font-size: .65rem;
  }

  .category_advantages .main3 .swiper-slide .con .text {
    height: 70%;
    overflow-y: scroll;
    font-size: .55rem;
    margin-top: .375rem;
    padding-left: .5rem;
  }

  .category_advantages .main3 .button-next,
  .category_advantages .main3 .button-prev {
    bottom: 1.25rem;
    left: .875rem;
  }

  .category_advantages .main3 .button-next {
    left: 2.25rem;
  }

  .page_deliver {
    padding-bottom: 1.5rem;
  }

  .page_deliver .nycontainer {
    flex-direction: column;
  }

  .page_deliver .right {
    padding-right: 0;
  }

  .page_deliver .right .title {
    font-size: .6rem;
  }

  .page_deliver .right h4 {
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .page_deliver .right #dosubmit {
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    border-radius: .125rem;
    margin-top: 1rem;
  }

  .nypage {
    padding-bottom: 1.5rem;
  }

  .show_recruit {
    padding-bottom: 1.5rem;
  }

  .show_recruit .right .title {
    font-size: .6rem;
  }

  .show_recruit .right .con {
    margin-top: .125rem;
    font-size: .5rem;
  }

  .show_recruit .right .title2 {
    font-size: .5rem;
    padding-left: .3rem;
    margin-top: 1rem;
  }

  .show_recruit .right .deliver {
    width: 5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .125rem;
    margin-top: 1rem;
  }

  .show_recruit .right .deliver a {
    font-size: .5rem;
  }

  .list_field {
    padding-bottom: 1.5rem;
  }

  .nylist {
    padding-bottom: 1.5rem;
  }

  .nylist .right ul li {
    padding: .5rem 0;
  }

  .nylist .right ul li .tt {
    font-size: .6rem;
  }

  .nylist .right ul li .desc {
    display: none;
  }

  .nylist .right ul li .date i {
    font-size: .55rem;
    margin-right: .25rem;
  }

  .nylist .right ul li .date span {
    font-size: .45rem;
  }

  .nylist .right ul li .more {
    display: none;
  }

  .pages {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .pages span {
    margin: .25rem;
  }

  .pages .p_n2 a,
  .pages .p_n1 {
    font-size: .5rem;
    padding: .15rem .25rem;
  }

  .list_query {
    padding-bottom: 1.5rem;
  }

  .list_query .right ul li a {
    padding: .5rem 0;
  }

  .list_query .right ul li .icon {
    margin-right: .25rem;
  }

  .list_query .right ul li .icon img {
    max-width: .625rem;
  }

  .list_query .right ul li .tt {
    font-size: .6rem;
  }

  .list_query .right ul li .date {
    flex-shrink: 0;
    font-size: .5rem;
  }

  .nyshow {
    padding-bottom: 1.5rem;
  }

  .nyshow .right .title {
    font-size: .6rem;
  }

  .nyshow .right .infos {
    font-size: .5rem;
    padding-top: .25rem;
  }

  .nyshow .right .content {
    font-size: .5rem;
    padding-top: .5rem;
  }

  .category_investor {
    padding-bottom: 1.5rem;
  }

  .category_investor .main1 {
    flex-wrap: wrap;
  }

  .category_investor .main1 .item {
    width: 100%;
  }

  .category_investor .main1 .item ul {
    margin-top: -.5rem;
  }

  .category_investor .main1 .item ul li {
    margin-top: .5rem;
  }

  .category_investor .main1 .right {
    width: 100%;
    margin-top: .5rem;
    overflow-x: scroll;
  }

  .category_investor .main1 .right .tt {
    padding: 0rem .5rem;
    font-size: .6rem;
    line-height: 1.5rem;
  }

  .category_investor .main1 .right iframe {
    width: 800px !important;
  }

  .category_investor .main2 {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .category_investor .main2 .text {
    width: 100%;
    padding: 1rem;
  }

  .category_investor .main2 .text h3 {
    font-size: .75rem;
  }

  .category_investor .main2 .text h4 {
    font-size: .6rem;
    padding-top: 1.25rem;
  }

  .category_investor .main2 .text p {
    font-size: .5rem;
    padding-top: .5rem;
  }

  .category_investor .main2 .pic {
    width: 100%;
  }

  .list_download {
    padding-bottom: 1.5rem;
  }

  .list_download .right ul {
    margin-top: -.5rem;
  }

  .list_download .right ul li {
    width: calc((100% - 4%) / 2);
    margin-top: .5rem;
    margin-right: 4%;
  }

  .list_download .right ul li:nth-child(5n) {
    margin-right: 4%;
  }

  .list_download .right ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_download .right ul li .tt a {
    padding: .25rem;
  }

  .list_download .right ul li .tt h4 {
    height: auto;
    font-size: .6rem;
  }

  .list_download .right ul li .tt p span {
    padding-right: .125rem;
    font-size: .5rem;
  }

  .list_download .right ul li .tt p i {
    font-size: .5rem;
  }

  .list_product {
    padding-bottom: 1.5rem;
  }

  .search {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .search span {
    width: 100%;
    font-size: .6rem;
  }

  .search form {
    flex-wrap: wrap;
    width: 100%;
    margin-top: .5rem;
  }

  .search select {
    border-radius: .125rem;
    font-size: .5rem;
    margin-right: 0;
    padding: .125rem .25rem;
    margin-bottom: .25rem;
  }

  .search .boxCss {
    background: url(../images/icon_search.png) no-repeat .375rem center/.5rem #e4e4e4;
    padding-left: 1rem;
    border-radius: .75rem;
    width: 10rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    margin-right: .5rem;
  }

  .search .btnCss {
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    border-radius: .125rem;
  }

  .list_product .subnav ul,
  .show_skdj .subnav ul {
    flex-wrap: wrap;
  }

  .list_product .subnav ul li,
  .show_skdj .subnav ul li {
    width: 100%;
  }

  .list_product .right .content {
    margin-top: 1rem;
  }

  .list_product .right .content ul li {
    width: calc((100% - 4%) / 2);
    margin-top: .5rem;
    margin-right: 4%;
  }

  .list_product .right .content ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .list_product .right .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_product .right .content ul li .tt {
    font-size: .6rem;
    padding: .25rem 0;
  }

  .list_product .right .content ul li .menu a {
    padding: .1125rem .775rem;
    border-radius: .125rem;
    margin-bottom: .125rem;
    font-size: .5rem;
  }

  .show_skdj {
    padding-bottom: 1.5rem;
  }

  .show_skdj .main1 {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .show_skdj .main1 .l {
    width: 100%;
  }

  .show_skdj .main1 .r {
    width: 100%;
    margin-top: .5rem;
  }

  .show_skdj .main1 .r .title {
    font-size: .6rem;
    line-height: 1.3;
  }

  .show_skdj .main1 .r .desc {
    font-size: .5rem;
    line-height: 1.3;
    margin-top: .5rem;
    padding-top: .5rem;
  }

  .show_skdj .main2 {
    margin-top: .5rem;
  }

  .show_skdj .main2 ul {
    flex-wrap: wrap;
  }

  .show_skdj .main2 ul li {
    width: 24%;
    margin-right: 1.33%;
  }

  .show_skdj .main2 ul li:nth-child(4n) {
    margin-right: 0;
  }

  .show_skdj .main2 ul li img {
    width: 100%;
  }

  .show_skdj .main3 {
    margin-top: 1rem;
    font-size: .5rem;
    line-height: 2;
  }

  .show_skdj .ckdzhc {
    margin-top: .5rem;
  }

  .show_skdj .ckdzhc a {
    border-radius: .25rem;
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .5rem;
  }

  .show_skdj .main4 {
    margin-top: 1rem;
  }

  .show_skdj .main4 .title {
    height: 1.7rem;
    line-height: 1.7rem;
    padding-left: .5rem;
    font-size: .6rem;
  }

  .show_skdj .main4 .title::before {
    width: .1rem;
    height: 1rem;
  }

  .show_skdj .main4 .swiper-container {
    margin-top: .25rem;
  }

  .show_skdj .main4 .swiper-container .swiper-slide h4 {
    padding: .375rem;
    font-size: .55rem;
  }

  .page_check {
    width: 95%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .page_check_t {
    padding: .5rem;
  }

  .page_check_s {
    padding: .5rem;
  }

  .snclass {
    float: left;
    width: 82%;
    line-height: 1.5rem;
    text-indent: .5rem;
    font-size: .5rem;
  }

  .button1 {
    width: 18%;
    line-height: 1.5rem;
    font-size: .5rem;
  }
}